home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  378 b   |  20 lines

  1. on mouseDown
  2.   global gbVideoUp
  3.   set gbVideoUp to 1
  4.   set the visible of sprite 17 to 1
  5.   buttonLogic()
  6.   if the result = 1 then
  7.     puppetSprite(2, 0)
  8.     if the machineType = 256 then
  9.     else
  10.       nothing()
  11.     end if
  12.     if the machineType = 256 then
  13.       puppetSound("Forest3e.AIFFSE")
  14.     else
  15.       sound fadeIn 2, 2 * 60
  16.     end if
  17.     bGetGirlVideo3(3)
  18.   end if
  19. end
  20.